Execute steps
Execute steps manipulate the document data.
| Execute steps | Description |
|---|---|
| Agent | Integrates agents from the Boomi Agent Control Tower into your process workflows. |
| Map | Transforms data from one format (profile) to another. |
| Set Properties | Sets connector-specific properties (such as disk file name, FTP directory, mail subject, etc.) for documents as well as global process properties. |
| Message | Generates free-flow text messages with both static and dynamic content. |
| Notify | Creates a custom notification that appears in your RSS feed. |
| Program Command | Executes commands, including calling database SQL and stored procedures and invoking command line scripts. |
| Process Call | Executes another process from within a process or passes document data to another process for further execution. |
| Process Route | Dynamically executes another process from within a process based on a reference that is set at run time instead of build time. |
| Data Process | Manipulates data with one or more processing shapes, including document splitting, zip/unzip, and custom scripting. |
| Find Changes | Tracks changes made to system files and sends the document results down an add, update, or delete path. |
| Add to Cache | Used to add documents to a document cache so that they can be referenced later in the currently executing process or sub-process. References a Document Cache component, which describes how the cache is defined. |
| Retrieve From Cache | Used to retrieve documents from a document cache so that they can be used in the currently executing process or sub-process. References a Document Cache component, which describes how the cache is defined. |
| Remove From Cache | Used to remove documents from a document cache so that they are no longer available for use in the currently executing process or sub-process. References a Document Cache component, which describes how the cache is defined. |